dxWizardControlDefaultButtonHeight Constant
Specifies the default button height, in pixels.
Declaration
const dxWizardControlDefaultButtonHeight = 25;
Remarks
The wizard control uses this global constant value as the height of all buttons if its Buttons.Common.Height property is set to 0.
See Also