Back to Devexpress

OptionsFocus Members

windowsforms-devexpress-dot-xtralayout-dot-optionsfocus-dot-underscore-members.md

latest4.4 KB
Original Source

OptionsFocus Members

Contains options that affect focus movement between controls within the Layout Control and layout groups.

Constructors

NameDescription
OptionsFocus(ILayoutControl)Initializes a new instance of the OptionsFocus class.
OptionsFocus(MoveFocusDirection, Boolean)Initializes a new instance of the OptionsFocus class with the specified focus direction and right-to-left setting.

Properties

NameDescription
ActivateSelectedControlOnGotFocusGets or sets whether the currently selected child control is activated when the LayoutControl receives focus.
AllowFocusControlOnActivatedTabPageGets or sets whether the first control within a tab page is focused when the tab page is activated.
AllowFocusControlOnLabelClickGets or sets whether a layout item’s control is focused when its label is clicked.
AllowFocusGroupsGets or sets whether the expand buttons of regular groups can be focused when the TAB key is pressed.
AllowFocusReadonlyEditorsGets or sets whether read-only editors are focused when focus is moved between controls using the TAB key.
AllowFocusTabbedGroupsGets or sets whether the headers of tabbed groups can be focused.
EnableAutoTabOrderGets or sets whether the Automatic Tab Order feature is enabled.
MoveFocusDirectionGets or sets the direction in which focus moves in Automatic Tab Order mode when the TAB key is pressed.
MoveFocusRightToLeftGets or sets whether focus moves from right to left.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.

See Also

OptionsFocus Class

DevExpress.XtraLayout Namespace