Skip to main content
A newer version of this page is available. .

RibbonControl.OptionsCustomizationForm Property

Gets or sets an object containing settings related to the current RibbonControl‘s Customization Form.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RibbonCustomizationFormOptions OptionsCustomizationForm { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.RibbonCustomizationFormOptions

An RibbonCustomizationFormOptions object that contains settings related to the current RibbonControl‘s Customization Form.

Remarks

End-users can customize a RibbonControl at runtime. See the Runtime Customization topic to learn more.

The OptionsCustomizationForm property provides access to specific Customization Form’s settings, such as a Form’s icon.

See Also