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

TdxWizardControlHeader.DescriptionOffset Property

Specifies the distance between the header description‘s left edge and the header title‘s left edge, in pixels.

#Declaration

Delphi
property DescriptionOffset: Integer read; write;

#Property Value

Type
Integer

#Remarks

Set this property to 0 to apply the default offset value (that is, 22 pixels) to the header description.

The DescriptionOffset property updates automatically by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

The wchvDescriptionOffset flag is automatically added to the AssignedValues property value on the first change of the DescriptionOffset property value. Removing this flag sets the DescriptionOffset property to 0.

See Also