[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Name

Name Property

Name

Gets or sets the name of the object.

Declaration
[Browsable(false)]
public string Name { get; set; }
<Browsable(False)>
Public Property Name As String
Property Value
Type Description
string

A string value that indicates the name of the object.
The default is Empty.

Implements