Skip to main content

XtraDialog Properties

A message box that can display any control (e.g., a UserControl) in its client area.
Name Description
AllowCustomLookAndFeel static Gets or sets whether a dialog is painted using its own look and feel settings, which are specified by the lookAndFeel parameter of specific XtraDialog.Show method overloads. This property is ignored if the lookAndFeel parameter is set to use a skinning paint scheme.
AllowHtmlText static Gets or sets whether the HTML Text Formatting feature is enabled by default for dialog captions.
ButtonsAlignment static Gets or sets whether the buttons are aligned on the left, right, or in the center.
See Also