Back to Devexpress

PivotGridControl.UseDisabledStatePainter Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-ff76b3e8.md

latest1.6 KB
Original Source

PivotGridControl.UseDisabledStatePainter Property

Gets or sets whether the control is painted grayed out, when in the disabled state.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(true)]
public bool UseDisabledStatePainter { get; set; }
vb
<DefaultValue(True)>
Public Property UseDisabledStatePainter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

When the 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, an end-user cannot manipulate the control in either case.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace