Skip to main content
A newer version of this page is available. .
Tab

VerticalGridColorEditRow.PropertiesColorEdit Property

Gets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ColorEditProperties PropertiesColorEdit { get; }

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