IdxDialogOwner.GetLookAndFeel Method
Returns the look & feel settings of a component to which the dialog belongs.
Declaration
function GetLookAndFeel: TcxLookAndFeel;
Returns
Type |
---|
TcxLookAndFeel |
Remarks
This function result is used to apply the owner component’s look & feel settings to the dialog. Refer to the TcxLookAndFeel class description for detailed information on the look & feel settings of DevExpress controls.
See Also