VerticalGridColorEditRow.PropertiesColorEdit Property
Gets the row editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
ColorEditProperties | A ColorEditProperties object that contains settings specific to a color editor. |
Remarks
The PropertiesColorEdit property allows you to access and customize the settings of the row’s editor used to edit color values. For more information, see ColorEditProperties.
See Also