Back to Devexpress

TdxLayoutTabbedOptions Class

vcl-dxlayoutcontainer-4988f8bb.md

latest3.4 KB
Original Source

TdxLayoutTabbedOptions Class

Contains tab settings for tabbed layout groups.

Declaration

delphi
TdxLayoutTabbedOptions = class(
    TcxCustomTabControlProperties
)

Remarks

The main settings include:

PropertyDescription
CloseButtonModeSpecifies the Close button visibility in tabs.
CloseTabWithMiddleClickSpecifies if clicking the middle mouse button closes the tab located under the mouse pointer.
HideTabsSpecifies whether the tab panel is hidden.
HotTrackSpecifies whether tabs are hot-tracked when the mouse pointer is located over them.
ImageBorderSpecifies the width of tab image borders in pixels.
MultiLineSpecifies whether tabs are arranged across several rows.
MultiLineTabCaptionsSpecifies if tab captions can occupy multiple lines.
NavigatorPositionSpecifies the control corner in which the navigator bar resides.
OptionsSpecifies tab control options.
RaggedRightSpecifies whether tabs are stretched to fit the control’s area.
RotateSpecifies whether tabs are rotated relative to tab panel orientation.
RotatedTabsMaxWidthSpecifies the maximum width tabs can have when they are rotated relative to the tab panel.
ScrollOppositeSpecifies whether tab rows can be scrolled to the opposite side of a tab control.
ShowFrameSpecifies whether a border is drawn around pages.
TabCaptionAlignmentSpecifies the tab caption alignment.
TabHeightSpecifies the height of tabs in pixels.
TabPositionSpecifies tab panel position.
TabWidthSpecifies the width of tabs in pixels.

A layout group’s TabbedOptions property references a TdxLayoutTabbedOptions object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxCustomTabControlProperties TdxLayoutTabbedOptions

See Also

TdxLayoutTabbedOptions Members

dxLayoutContainer Unit