Back to Devexpress

VerticalGridRow.Fixed Property

aspnet-devexpress-dot-web-dot-verticalgridrow.md

latest1.7 KB
Original Source

VerticalGridRow.Fixed Property

Gets or sets whether the row is fixed on the ASPxVerticalGrid’s top edge.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Fixed { get; set; }
vb
<DefaultValue(False)>
Public Property Fixed As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if a row is fixed; otherwise, false.

|

Remarks

If the total record height exceeds the ASPxVerticalGrid’s height and the vertical scrollbar is displayed, end-users can scroll the grid’s contents row by row. When using vertical scrolling, you can freeze individual rows within the grid, allowing your end-users to scroll through the other rows. To do this, set the row’s Fixed property to true. A row can be fixed only on the grid’s top edge.

To enable vertical scrolling, use the ASPxGridSettings.VerticalScrollBarMode property.

See Also

Vertical Grid

VerticalGridRow Class

VerticalGridRow Members

DevExpress.Web Namespace