BootstrapGridViewEditDataColumn.PropertiesEdit Property
In This Article
Gets the column editor’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
[PersistenceMode(PersistenceMode.Attribute)]
public override EditPropertiesBase PropertiesEdit { get; set; }
#Property Value
Type | Description |
---|---|
Edit |
A Edit |
See Also