Gets or sets the Separator between Buttons

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string ButtonSeparator { get; set; }
Visual Basic
Public Property ButtonSeparator As String
	Get
	Set

Field Value

A String

Remarks

Defaults to 1 non-breaking spaces

See Also