Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemPictureEdit.UseDisabledStatePainter Property

Gets or sets whether the PictureEdit is painted grayed out when it’s in the disabled state.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool UseDisabledStatePainter { get; set; }

#Property Value

Type Default Description
Boolean true

true if the control is painted grayed out when it’s in the disabled state; otherwise, false

#Remarks

When the PictureEdit control’s Enabled property is set to false and the UseDisabledStatePainter option is set to true, the control is painted grayed out. If the UseDisabledStatePainter property is set to false, the control is painted as if it’s not disabled. However, in either case, an end-user cannot manipulate the control.

See Also