Back to Devexpress

DataGridView.IsVerticalScrollBarVisible Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-b7d80edc.md

latest894 B
Original Source

DataGridView.IsVerticalScrollBarVisible Property

Gets or sets whether the vertical scrollbar is shown in the grid. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool IsVerticalScrollBarVisible { get; set; }

Property Value

TypeDescription
Boolean

true if the the vertical scrollbar is shown; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace