Table of Contents

Struct ListControlItem.ContainerRelatedData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents data related to a container for a ListControlItem.

public struct ListControlItem.ContainerRelatedData

Constructors

ContainerRelatedData()

Initializes a new instance of the ListControlItem.ContainerRelatedData struct.

Fields

IsSelected

Gets or sets a value indicating whether the item is selected.

Properties

CustomAttr

Gets custom attributes provider associated with the object. You can store any custom data here.

CustomFlags

Gets custom flags provider associated with the object. You can store any custom data here.

FlagsAndAttributes

Gets custom flags and attributes provider associated with the object. You can store any custom data here.

IntAttr

Gets attributes provider which allows to access items using integer identifiers. You can store any custom data here.

IntFlags

Gets flags provider which allows to access items using integer identifiers. You can store any custom flags here.

IntFlagsAndAttributes

Gets or sets flags and attributes provider which allows to access items using integer identifiers. You can store any custom data here.

Tag

Gets or sets the object that contains custom user-defined data.