IGroupable Interface
Defines a group-able visual
Namespace
Songhay.Abstractions
Implementing Types
graph BT Type["IGroupable"] class Type type-node Implementing0["MenuDisplayItemModel"]-.->Type click Implementing0 "/SonghayCore/latest/Songhay.Models/MenuDisplayItemModel"

Syntax

public interface IGroupable

Properties

Name Property Type Summary
GroupDisplayText string
Display text of the Group
GroupId string
Identifier of the Group
IsCollapsed bool
Returns `true` when group is visually collapsed

Extension Methods

Name Value Summary
IsAssignableToISerializable<IGroupable>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<IGroupable>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<IGroupable>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.