Skip to main content
A newer version of this page is available. .

XtraTabPage.LookAndFeel Property

Provides access to look-and-feel settings of the current XtraTabPage object.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public override ContainerUserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
ContainerUserLookAndFeel

A ContainerUserLookAndFeel object that stores XtraTabPage look-and-feel settings.

Remarks

XtraTabPage look-and-feel settings affect this page and all of its child controls. See the Look And Feel and Skinning documentation section to learn more.

See Also