wpf-devexpress-dot-xpf-dot-grid-d114f840.md
Lists values that specify the availability and behavior of the fix row buttons.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public enum ShowFixRowButton
Public Enum ShowFixRowButton
| 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.
|
The following properties accept/return ShowFixRowButton values:
The values listed by this enumeration are used to set the TableView.ShowFixRowButton property’s value.
See Also