TcxLookAndFeel.Kind Property
Specifies the active deprecated look & feel style for a DevExpress control.
#Declaration
property Kind: TcxLookAndFeelKind read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The active deprecated look & feel style. |
#Remarks
Warning
Deprecated look & feel styles imitate the appearance of UI elements in Microsoft Windows® XP and earlier operating systems. We recommend that you use a skin controller component’s Skin
The Kind
property defines the deprecated look & feel style applied at the level of an individual DevExpress control when the NativeStyle property is set to False
:
#Property Setter Behavior
The Kind
property’s setter adds the lfvKind flag to the AssignedValues property value and raises the [OnChanged] event once the change is applied to the control outside a BeginUpdate/EndUpdate block or after an EndUpdate procedure call.
#Default Value
The Kind
property’s default value is the cxDefaultLookAndFeelKind global constant.