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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
The available SizeField field values are “Large” and “Small”.
See Also