Back to Devexpress

CardViewCheckColumn.PropertiesCheckEdit Property

aspnet-devexpress-dot-web-dot-cardviewcheckcolumn.md

latest1.4 KB
Original Source

CardViewCheckColumn.PropertiesCheckEdit Property

Gets the column editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CheckBoxProperties PropertiesCheckEdit { get; }
vb
Public ReadOnly Property PropertiesCheckEdit As CheckBoxProperties

Property Value

TypeDescription
CheckBoxProperties

The CheckBoxProperties object that contains settings specific to a checkbox editor.

|

Remarks

The PropertiesCheckEdit property allows you to customize the settings of the column’s editor used to edit Boolean values. For more information, see CheckBoxProperties.

See Also

Card View

CardViewCheckColumn Class

CardViewCheckColumn Members

DevExpress.Web Namespace