Back to Devexpress

AccordionControlElement.ControlFooterAlignment Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelement-01e35416.md

latest2.5 KB
Original Source

AccordionControlElement.ControlFooterAlignment Property

Gets or sets whether the element is aligned at the near or far side of the control footer in the accordion control’s expanded state.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(AccordionItemFooterAlignment.Near)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public AccordionItemFooterAlignment ControlFooterAlignment { get; set; }
vb
<DXCategory("Appearance")>
<XtraSerializableProperty>
<DefaultValue(AccordionItemFooterAlignment.Near)>
Public Property ControlFooterAlignment As AccordionItemFooterAlignment

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Navigation.AccordionItemFooterAlignmentNear

An DevExpress.XtraBars.Navigation.AccordionItemFooterAlignment enumeration value, such as Near or Far , that specifies the element alignment in the control footer.

|

Remarks

By default, the element is aligned at the footer near side. Use ControlFooterAlignment property to align the element at the far side.

csharp
accordionControlElementSetting.ControlFooterAlignment = AccordionItemFooterAlignment.Far;
vb
accordionControlElementSetting.ControlFooterAlignment = AccordionItemFooterAlignment.Far

In the accordion control’s collapsed state (see OptionsMinimizing.State), the ControlFooterAlignment property is not in effect.

See Also

State

AccordionControlElement Class

AccordionControlElement Members

DevExpress.XtraBars.Navigation Namespace