Back to Devexpress

CardViewColorEditColumn.PropertiesColorEdit Property

aspnet-devexpress-dot-web-dot-cardviewcoloreditcolumn.md

latest1.4 KB
Original Source

CardViewColorEditColumn.PropertiesColorEdit Property

Gets the column editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ColorEditProperties PropertiesColorEdit { get; }
vb
Public ReadOnly Property PropertiesColorEdit As ColorEditProperties

Property Value

TypeDescription
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 column’s editor used to edit color values. For more information, see ColorEditProperties.

See Also

Card View

CardViewColorEditColumn Class

CardViewColorEditColumn Members

DevExpress.Web Namespace