Skip to main content

IInfoDisplayStyle.CardDisplayStyle property

Namespace: NextDesign.Desktop

Description

Card display style

  • "None" : don't show cards
  • "TitleOnly" : Card with title only
  • "DetailOnly" : Card with details only
  • "All" : card with title and details (only title if no details)

The default is "All".

string CardDisplayStyle { get; set; }

type

  • string

Exceptions

NameException ClassDescription
Invalid ArgumentExtensionArgumentExceptionIf a value outside the range is specified