Table of Contents

Interface IGroupable

Namespace
Songhay.Abstractions
Assembly
SonghayCore.dll

Defines a group-able visual

public interface IGroupable
Extension Methods

Properties

GroupDisplayText

Display text of the Group

string? GroupDisplayText { get; set; }

Property Value

string

GroupId

Identifier of the Group

string? GroupId { get; set; }

Property Value

string

IsCollapsed

Returns true when group is visually collapsed

bool IsCollapsed { get; set; }

Property Value

bool