Skip to main content
All docs
V25.2
  • CardViewToolbarBuilder Members

    Contains methods that configure the client-side toolbar option.

    Constructors

    Name Description
    CardViewToolbarBuilder(OptionsOwnerContext) Initializes a new instance of the CardViewToolbarBuilder class with specified settings.

    Methods

    Name Description
    Disabled(JS) Specifies whether the toolbar responds to user interaction. Mirrors the client-side toolbar.disabled option.
    Disabled(Boolean) Specifies whether the toolbar responds to user interaction. Mirrors the client-side toolbar.disabled option.
    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.
    Items(Action<CollectionFactory<CardViewToolbarItemBuilder>>) Gives access to the client-side toolbar.items option that represents a toolbar item collection.
    Items(IEnumerable<PredefinedToolbarItem>) Mirrors the client-side toolbar.items option.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    Multiline(JS) Specifies whether the toolbar arranges items into multiple lines when their combined width exceeds the toolbar width. Mirrors the client-side toolbar.multiline option.
    Multiline(Boolean) Specifies whether the toolbar arranges items into multiple lines when their combined width exceeds the toolbar width. Mirrors the client-side toolbar.multiline option.
    Option(String, Object) Specifies an option by its name.
    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.
    Visible(JS) Specifies whether the toolbar is visible. Mirrors the client-side toolbar.visible option.
    Visible(Boolean) Specifies whether the toolbar is visible. Mirrors the client-side toolbar.visible option.
    See Also