Skip to main content
All docs
V21.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.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

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