TreeListColorEditColumn.PropertiesColorEdit Property
Gets the column editor’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ColorEditProperties | The ColorEditProperties object that contains settings specific to a color editor. |
Remarks
The PropertiesColorEdit property allows you to customize the settings of the column’s editor used to edit color values. For more information, see ColorEditProperties.
See Also