Skip to main content
.NET 6.0+

ChoiceActionItemCollection.IsFixedSize Property

Indicates whether the ChoiceActionItemCollection has a fixed size.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsFixedSize { get; }

Property Value

Type Description
Boolean

true, if the ChoiceActionItemCollection has a fixed size; otherwise, false.

See Also