A newer version of this page is available.
Switch to the current version.
BootstrapGridViewEditDataColumn.PropertiesEdit Property
Gets the column editor's settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
[PersistenceMode(PersistenceMode.Attribute)]
public override EditPropertiesBase PropertiesEdit { get; set; }
<Browsable(False)>
<PersistenceMode(PersistenceMode.Attribute)>
Public Overrides Property PropertiesEdit As EditPropertiesBase
Property Value
Type | Description |
---|---|
EditPropertiesBase | A EditPropertiesBase descendant that contains the column editor's settings. |
See Also
Feedback