FixedItemStyle Enum
In This Article
Identifies the type a DevExpress.Xpf.Docking.FixedItem object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Empty |
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