Skip to main content

FixedItemStyle Enum

Identifies the type a DevExpress.Xpf.Docking.FixedItem object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public enum FixedItemStyle

#Members

Name Description
EmptySpace

An empty space item.

Label

Specifies a label.

Separator

A separator.

#Remarks

FixedItem objects are used to represent various service objects. The FixedItemStyle type enumerates the available types of objects a FixedItem can represent.

See Also