Share via


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)
Available in Sandboxed Solutions: No

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