Back to Devexpress

RepositoryItemCheckEdit.PictureGrayed Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-e7a96b17.md

latest1.9 KB
Original Source

RepositoryItemCheckEdit.PictureGrayed Property

Gets or sets the image for the indeterminate state 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 Image PictureGrayed { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property PictureGrayed As Image

Property Value

TypeDefaultDescription
Imagenull

A Image object that specifies the image displayed instead of the default check box in the indeterminate state.

|

Remarks

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

See Also

ImageOptions

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace