public bool DisableGrouping { get; set; }
Public Property DisableGrouping As Boolean
Get
Set
public:
virtual property bool DisableGrouping {
bool get () sealed;
void set (bool value) sealed;
}
abstract DisableGrouping : bool with get, set
override DisableGrouping : bool with get, set