Skip to main content

TreeListColorEditColumn.PropertiesColorEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColorEditProperties PropertiesColorEdit { get; }

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