Skip to main content

AppMenuFileLabel.SelectedImage Property

Gets or sets the image displayed within the check button when the label is in the checked state. This property is obsolete. Use the ImageOptionsCollection property instead.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image SelectedImage { get; set; }

Property Value

Type Description
Image

An image displayed within the check button, representing the checked state.

Remarks

A label’s check state is represented by an image displayed within the check button. This button is visible if the AppMenuFileLabel.ShowCheckButton option is enabled.

Use the AppMenuFileLabel.ImageOptionsCollection property to specify state images.

See Also