Skip to main content
A newer version of this page is available.
All docs
V19.1

GridControl.FormsUseDefaultLookAndFeel Property

Gets or sets whether the grid control’s external forms are painted according to the Default LookAndFeel, or according to a View’s painting scheme.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool FormsUseDefaultLookAndFeel { get; set; }

Property Value

Type Default Description
Boolean **false**

trueif the grid control’s external forms are painted according to the Default LookAndFeel; false if the forms are painted according to a View’s painting scheme.

Remarks

The FormsUseDefaultLookAndFeel property specifies the look and feel of the external forms invoked by the grid control: Custom Filter Dialog and Filter Editor. If this property is set to false, these forms are painted according to the painting scheme specified by the BaseView.PaintStyleName property. If the property is set to true, the forms are painted using the Default LookAndFeel object’s settings.

See Also