Back to Devexpress

CardViewFormLayoutProperties Members

aspnet-devexpress-dot-web-dot-cardviewformlayoutproperties-dot-underscore-members.md

latest8.9 KB
Original Source

CardViewFormLayoutProperties Members

Contains settings that relate to the FormLayout used in the CardView’s edit form.

Constructors

NameDescription
CardViewFormLayoutProperties()Initializes a new instance of the CardViewFormLayoutProperties class.
CardViewFormLayoutProperties(IPropertiesOwner)Initializes a new instance of the CardViewFormLayoutProperties class with specified settings.

Properties

NameDescription
AlignItemCaptionsGets or sets whether the layout item captions are auto-aligned independently within the form layout. Inherited from FormLayoutProperties.
AlignItemCaptionsInAllGroupsGets or sets whether the layout item captions are auto-aligned within all layout groups in the form layout control. Inherited from FormLayoutProperties.
ColumnCountGets or sets the number of columns. Inherited from FormLayoutProperties.
EncodeHtmlGets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or strips out the HTML markers from it instead. Inherited from FormLayoutProperties.
ItemsProvides access to the collection of items placed in the edit form layout.
LeftAndRightCaptionsWidthGets or sets the width of captions that are displayed to the left or right of the nested control. Inherited from FormLayoutProperties.
NestedControlWidthGets or sets the width of editors contained in the form layout. Inherited from FormLayoutProperties.
OptionalMarkGets or sets the text displayed within optional marks. Inherited from FormLayoutProperties.
PaddingsGets the editor’s padding settings. Inherited from FormLayoutProperties.
ParentSkinOwnerFor internal use only. Inherited from FormLayoutProperties.
ParentStylesThis property is not in effect for the FormLayoutProperties class. Inherited from FormLayoutProperties.
RequiredMarkGets or sets the text displayed within required marks. Inherited from FormLayoutProperties.
RequiredMarkDisplayModeGets or sets the required mark display mode. Inherited from FormLayoutProperties.
SettingsAdaptivityProvides access to the form layout’s adaptivity settings. Inherited from FormLayoutProperties.
SettingsItemCaptionsProvides access to the layout item caption settings within the form layout editor. Inherited from FormLayoutProperties.
SettingsItemHelpTextsProvides access to the help text settings within the form layout editor. Inherited from FormLayoutProperties.
SettingsItemsProvides access to the layout item settings within the form layout editor. Inherited from FormLayoutProperties.
ShowItemCaptionColonGets or sets a value that specifies whether the colon character is appended to layout item captions. Inherited from FormLayoutProperties.
StylesProvides access to the style settings that control the appearance of the form layout visual elements. Inherited from FormLayoutProperties.
UseDefaultPaddingsSpecifies if the root layout group is displayed with default paddings, or the paddings should be hidden. Inherited from FormLayoutProperties.

Methods

NameDescription
Assign(PropertiesBase)Copies the settings from the specified object to the current one. Inherited from FormLayoutProperties.
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.
FindColumnItem(String)Returns a column layout item by its name or column name. Inherited from GridFormLayoutProperties.
FindItemOrGroupByName(String)Returns a layout item or group object with the specified LayoutItemBase.Name property value. Inherited from FormLayoutProperties.
ForEach(Action<LayoutItemBase>)Performs the specified action on each item in the form layout. Inherited from FormLayoutProperties.
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.
ToString()Returns the string that represents the current object. Inherited from StateManager.

See Also

CardViewFormLayoutProperties Class

DevExpress.Web Namespace