Back to Devexpress

ShowFixRowButton Enum

wpf-devexpress-dot-xpf-dot-grid-d114f840.md

latest1.9 KB
Original Source

ShowFixRowButton Enum

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

Declaration

csharp
public enum ShowFixRowButton
vb
Public Enum ShowFixRowButton

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the TableView.ShowFixRowButton property’s value.

See Also

DevExpress.Xpf.Grid Namespace