DataViewBase.EditorButtonShowModeProperty Field
In This Article
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
public static readonly DependencyProperty EditorButtonShowModeProperty
#Field Value
Type | Description |
---|---|
Dependency |
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