Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChoiceActionItemCollection.IsFixedSize Property

Indicates whether the ChoiceActionItemCollection has a fixed size.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsFixedSize { get; }

Property Value

Type Description
Boolean

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

See Also