CardViewSettings.SettingsCommandButton Property
Provides access to the settings of the CardView's command buttons.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public ASPxCardViewCommandButtonSettings SettingsCommandButton { get; }
Public ReadOnly Property SettingsCommandButton As ASPxCardViewCommandButtonSettings
Property Value
Type | Description |
---|---|
ASPxCardViewCommandButtonSettings | A ASPxCardViewCommandButtonSettings object containing the settings. |
Remarks
Use the SettingsCommandButton property to get the access to the individual command button settings.
See Also
Feedback