Skip to main content
All docs
V25.1
  • KanbanGroup.Name Property

    Gets or sets the component’s name.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    [DefaultValue("")]
    [DXCategory("Options")]
    [XtraSerializableProperty]
    [XtraSerializablePropertyId(-1)]
    public virtual string Name { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    The component’s name.

    See Also