Back to Devexpress

DataGridView.IsVerticalScrollBarVisible Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-datagridview-f04f668b.md

latest1.0 KB
Original Source

DataGridView.IsVerticalScrollBarVisible Property

Gets or sets whether the vertical scrollbar is shown in the grid.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
[XtraSerializableProperty]
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.XamarinForms.DataGrid Namespace