DataViewBase.EditorButtonShowModeProperty Field
Identifies the DataViewBase.EditorButtonShowMode dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Field Value
| Type | Description |
|---|---|
| DependencyProperty | A dependency property identifier. |
Remarks
The EditorButtonShowModeProperty property allows you to specify how editor buttons are displayed in all cells of the current view. To override this setting for an individual column, use the ColumnBase.EditorButtonShowMode property.
See Also