Skip to main content
Tab

RibbonItemDataFields.SizeField Property

Gets or sets the name of a data field (or an xml element’s attribute) which provides item sizes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Size")]
public virtual string SizeField { get; set; }

Property Value

Type Default Description
String "Size"

A string value that specifies the name of the required data source field.

Remarks

The SizeField property is in effect if the ASPxRibbon control is bound to a data source.

Use the SizeField property to specify the bound data source’s data field (or an xml element’s attribute) which stores item sizes. The SizeField property maps the RibbonItemBase.Size property of RibbonItemBase objects to the specified data field’s values.

ASPxRibbon_ItemSize

The available SizeField field values are “Large” and “Small”.

See Also