TreeListStyles.CommandButton Property
Gets the style settings used to paint command buttons.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
AppearanceStyle | An AppearanceStyle object that contains style settings. |
Remarks
If these style settings are not specified, command buttons are painted using the style settings provided by the TreeListStyles.CommandCell property.
See Also