GanttColorEditColumn.PropertiesColorEdit Property
Gets the column editor’s settings.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ColorEditProperties | The column editor’s settings. |
Remarks
The PropertiesColorEdit property allows you to customize the editor’s appearance and behavior settings.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsTasksList >
<Columns>
<dx:GanttColorEditColumn FieldName="Color">
<PropertiesColorEdit>
...
</PropertiesColorEdit>
</dx:GanttColorEditColumn>
</Columns>
</SettingsTasksList>
</dx:ASPxGantt>
Examples
Online Demo
See Also