General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapGridViewEditDataColumn.PropertiesEdit Property
Gets the column editor's settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.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