CardViewStyles.SelectedCard Property
Gets the style settings used to paint selected cards.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public CardViewCardStyle SelectedCard { get; }
Public ReadOnly Property SelectedCard As CardViewCardStyle
Property Value
Type | Description |
---|---|
CardViewCardStyle | A CardViewCardStyle object that contains style settings used to paint selected cards. |
Available values:
Name | Description |
---|---|
Width | Gets or sets the card width. |
Height | Gets or sets the card height. |
CardViewCardStyle() | Initializes a new instance of the CardViewCardStyle class with default settings. |
AssignToControl(WebControl, AttributesRange, Boolean, Boolean, Boolean) | For internal use only. |
See Also
Feedback