Back to Devexpress

RepositoryItemCheckEdit.Images Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-5143a967.md

latest1.9 KB
Original Source

RepositoryItemCheckEdit.Images Property

Gets or sets the collection of images that specify the unchecked, checked and indeterminate states of the check box.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public object Images { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

An object that represents the collection of images that specify the unchecked, checked and indeterminate states of the check box.

|

Remarks

The Images property is equivalent to the ImageOptions.Images property. See RepositoryItemCheckEdit.ImageOptions for more information.

See Also

ImageOptions

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace