ShowFixRowButton Enum
Lists values that specify the availability and behavior of the fix row buttons.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
Name | Description |
---|---|
Never
|
The fix row buttons are hidden. |
Always
|
The fix row buttons are always displayed. |
Hover
|
The fix row button is displayed when a user moves the mouse pointer over a fix row button column cell. |
RowHover
|
The fix row button is displayed when a user moves the mouse pointer over a grid row. |
Related API Members
The following properties accept/return ShowFixRowButton values:
Remarks
The values listed by this enumeration are used to set the TableView.ShowFixRowButton property’s value.
See Also