GridViewDataButtonEditColumn.PropertiesButtonEdit Property
In This Article
Gets the column editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ButtonEditProperties PropertiesButtonEdit { get; }
#Property Value
Type | Description |
---|---|
Button |
The Button |
#Remarks
The PropertiesButtonEdit property allows you to customize the settings of the column’s editor with embedded buttons.
Note
Settings provided by the Properties
See Also