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
Name | Exception Class | Description |
---|---|---|
Invalid Argument | ExtensionArgumentException | If a value outside the range is specified |