Back to Devexpress

DataViewBase.EditorButtonShowModeProperty Field

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-59dc7c8c.md

latest1.5 KB
Original Source

DataViewBase.EditorButtonShowModeProperty Field

Identifies the DataViewBase.EditorButtonShowMode dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static readonly DependencyProperty EditorButtonShowModeProperty
vb
Public Shared ReadOnly EditorButtonShowModeProperty As DependencyProperty

Field Value

TypeDescription
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

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace