SaveButton.CssClass property

Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the text of the button is rendered.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CssClass As String
    Get
    Set
'Usage
Dim instance As SaveButton
Dim value As String

value = instance.CssClass

instance.CssClass = value
public string CssClass { get; set; }

Property value

Type: System.String
A String that represents the name of the CSS class. The default is a null reference (Nothing in Visual Basic).

See also

Reference

SaveButton class

SaveButton members

Microsoft.SharePoint.WebControls namespace