IInfoDisplayStyle.CardDisplayStyle property
Namespace: NextDesign.Desktop
Description
Card display style
- "None": Do not show card
- "TitleOnly": Title-only card
- "DetailOnly": Details only card
- "All": Card with title and details (only title if there is no details)
The default value is "All".
string CardDisplayStyle {get; set;}
type
- string
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When a value outside the range is specified |