Back to Devexpress

GroupRowData.IsChecked Property

wpf-devexpress-dot-xpf-dot-grid-dot-grouprowdata-7383e373.md

latest1.2 KB
Original Source

GroupRowData.IsChecked Property

Gets or sets whether the group row’s check-box is checked.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool? IsChecked { get; set; }
vb
Public Property IsChecked As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true if the group row’s check-box is checked; otherwise, false.

|

See Also

GroupRowCheckBoxFieldName

ActualShowCheckBoxInGroupRow

GroupRowData Class

GroupRowData Members

DevExpress.Xpf.Grid Namespace