Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListTextColumn Class / FontFamily Property


In This Topic
    FontFamily Property (ListTextColumn)
    In This Topic
    Gets or sets the font family of the content of SubItems in the column. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property FontFamily As FontFamily
    'Usage
     
    Dim instance As ListTextColumn
    Dim value As FontFamily
     
    instance.FontFamily = value
     
    value = instance.FontFamily
    public FontFamily FontFamily {get; set;}

    Property Value

    The font family of the content of SubItems in the column. The default value is a null reference (Nothing in Visual Basic).
    Remarks
    If you do not explicitly set the FontFamily property, the first non-null FontFamily property specified in the visual tree is used for display, but the FontFamily property returns a null reference (Nothing in Visual Basic).
    See Also