Back to Devexpress

VerticalGridDataRow.PropertiesEdit Property

aspnet-devexpress-dot-web-dot-verticalgriddatarow-787e25b7.md

latest1.5 KB
Original Source

VerticalGridDataRow.PropertiesEdit Property

Gets or sets the row editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual EditPropertiesBase PropertiesEdit { get; set; }
vb
Public Overridable Property PropertiesEdit As EditPropertiesBase

Property Value

TypeDescription
EditPropertiesBase

An EditPropertiesBase descendant that contains settings specific to a particular editor type.

|

See Also

PropertiesCheckEdit

PropertiesComboBox

PropertiesTextEdit

PropertiesDateEdit

Vertical Grid

VerticalGridDataRow Class

VerticalGridDataRow Members

DevExpress.Web Namespace