Back to Devexpress

RibbonItemOneLineModeSettings Class

aspnet-devexpress-dot-web-79ad0d71.md

latest1.8 KB
Original Source

RibbonItemOneLineModeSettings Class

Contains settings that allow you to specify a gallery bar item‘s image and text in one line mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonItemOneLineModeSettings :
    PropertiesBase,
    IPropertiesOwner
vb
Public Class RibbonItemOneLineModeSettings
    Inherits PropertiesBase
    Implements IPropertiesOwner

The following members return RibbonItemOneLineModeSettings objects:

Remarks

An object of the RibbonItemOneLineModeSettings type can be accessed by the RibbonGalleryBarItem.OneLineModeSettings property.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase RibbonItemOneLineModeSettings

See Also

RibbonItemOneLineModeSettings Members

DevExpress.Web Namespace