Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuStyle Class / Seperator Property
Example


In This Topic
    Seperator Property
    In This Topic
    Gets or sets the context menu seperator.
    Syntax
    'Declaration
     
    Public Property Seperator As Border
    'Usage
     
    Dim instance As ContextMenuStyle
    Dim value As Border
     
    instance.Seperator = value
     
    value = instance.Seperator
    public Border Seperator {get; set;}

    Property Value

    The seperator.
    Example
    This example uses the Seperator property.
    See Also