Back to Devexpress

RibbonCustomizationFormOptions.FormIcon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncustomizationformoptions-6220561d.md

latest1.7 KB
Original Source

RibbonCustomizationFormOptions.FormIcon Property

Gets or sets the Customization Form‘s icon.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public virtual Icon FormIcon { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property FormIcon As Icon

Property Value

TypeDefaultDescription
Iconnull

An Icon object that specifies the Custamization Form’s icon.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FormIcon
RibbonControl

.OptionsCustomizationForm .FormIcon

|

See Also

RibbonCustomizationFormOptions Class

RibbonCustomizationFormOptions Members

DevExpress.XtraBars.Ribbon Namespace