Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxRadioButton.LookAndFeel Property

Specifies the radio button control’s look & feel.

#Declaration

Delphi
property LookAndFeel: TcxLookAndFeel read; write;

#Property Value

Type
TcxLookAndFeel

#Remarks

The LookAndFeel.NativeStyle attribute determines whether the radio button control’s elements (borders, buttons and background) are drawn using the display settings determined by the operating system. For instance, in Windows® XP the current XP theme is used if LookAndFeel.NativeStyle is set to True.

If LookAndFeel.NativeStyle is set to False, then the LookAndFeel.Kind and LookAndFeel.SkinName properties specify the default look and feel of the control. The styles enumerated by the TcxLookAndFeel type determine the manner in which the control is painted and how it responds to mouse events.

See Also