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

DxFormLayout Members

A Form Layout component.

Constructors

Name Description
DxFormLayout() Initializes a new instance of the class.

Properties

Name Description
CaptionPosition Specifies the caption position.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
Data Specifies a data item that is bound to the Form Layout items.
Enabled Specifies if auto-generated editors are enabled in the Form Layout.
Id Specifies the component’s unique identifier. Inherited from DxComponentBase.
ItemCaptionAlignment Specifies how caption paddings are calculated in the Form Layout component.
ItemSizeMode Specifies the size of the Form Layout’s inner components.
ReadOnly Specifies whether the Form Layout activates read-only mode for all auto-generated editors.

Methods

Name Description
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 a string that represents the current object. Inherited from Object.

Events

Name Description
ItemUpdating Occurs before a layout item(s) is updated.
See Also