Skip to main content
A newer version of this page is available. .

MVCxLayoutItemCaptionSettings Members

Contains the layout item caption settings.

Constructors

Name Description
MVCxLayoutItemCaptionSettings() Initializes a new instance of the MVCxLayoutItemCaptionSettings class with the default settings.
MVCxLayoutItemCaptionSettings(MVCxFormLayoutItem) Initializes a new instance of the MVCxLayoutItemCaptionSettings class with the specified owner.

Properties

Name Description
AllowWrapCaption Specifies whether caption wrapping is enabled. Inherited from LayoutItemCaptionSettings.
AssociatedNestedExtensionName Gets or sets the name of a nested to a layout item extension that the caption is associated with.
HorizontalAlign Gets or sets the current layout item’s caption horizontal alignment. Inherited from LayoutItemCaptionSettings.
Location Gets or sets the location of the layout item caption. Inherited from LayoutItemCaptionSettings.
VerticalAlign Gets or sets the current layout item caption’s vertical alignment. Inherited from LayoutItemCaptionSettings.

Methods

Name Description
Assign(PropertiesBase) Copies the settings of the specified object to the current one.
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from LayoutItemCaptionSettings.
See Also