Gets a value that indicates whether the ListView control is using a GridView as its View.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public bool IsGridView { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property IsGridView As Boolean |