ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / ColumnResizeIconStyle Property

In This Topic
    ColumnResizeIconStyle Property
    In This Topic
    Defines the style of element to show as column resize icon for touch interaction.
    Syntax
    'Declaration
     
    
    Public Property ColumnResizeIconStyle As Style
    public Style ColumnResizeIconStyle {get; set;}
    See Also